home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / OPENING.DXR / Internal_2_p_lang.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  234 b   |  18 lines

  1. on mouseEnter me
  2.   set the ink of sprite the currentSpriteNum to 4
  3.   cursor(280)
  4. end
  5.  
  6. on mouseDown me
  7.   beep()
  8. end
  9.  
  10. on mouseUp me
  11.   go("p_lang")
  12. end
  13.  
  14. on mouseLeave me
  15.   cursor(-1)
  16.   set the ink of sprite the currentSpriteNum to 0
  17. end
  18.